Welcome![Sign In][Sign Up]
Location:
Search - Line Detection Hough Transform

Search list

[Graph programhough变换检测直线

Description: C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
Platform: | Size: 129024 | Author: 杨兵 | Hits:

[2D GraphicHoughpeaks

Description: 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现 -line detection hough transform, peak detector, linear detection and link with the realization of Matlab
Platform: | Size: 3072 | Author: 郭晓娟 | Hits:

[Special EffectsLineDetectionUsingHough_Grd

Description: Line Detection Using Hough Transform,in a grayscale image.-Line Detection Using Hough Transform. in a grayscale image.
Platform: | Size: 438272 | Author: 袁晔 | Hits:

[matlablinedetec

Description: 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
Platform: | Size: 1024 | Author: 亿摆 | Hits:

[Special EffectsEdge_Detection_and_Segmentation

Description: 边缘检测与分割源代码 edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m 算法包括Prewitt、Roberts、Log、Canny、Sobel算子实现边缘检测,基于Hough变换的直线检测,4叉树区域分割,分水岭分割。(算法对应源文件名)-Edge Detection and Segmentation of the source code edgedetect.m, houghtr.m, quadtree.m, regrow.m, sobeledge.m, straightline.m, thresh.m, watersd.m algorithm includes Prewitt, Roberts, Log, Canny, Sobel Operator realize edge detection, Hough Transform-based line detection, 4-tree region segmentation, watershed segmentation. (Algorithm for the corresponding source file name)
Platform: | Size: 6144 | Author: major | Hits:

[Graph programHough_Grd

Description: 在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。-In the gray image in a straight line detection, the experiment with the effect of the image. Using fast Hough transform, to correctly segment endpoint search.
Platform: | Size: 432128 | Author: major | Hits:

[Special Effects99273895houghcircle

Description: 圆检测,hough变换是检测直线&圆的很高的工具,这里是用hough变换检测圆的程序。-Hough transform to detect linear & round of high tool used here is a round Hough Transform detection procedures.-Circle detection, hough transform to detect straight line
Platform: | Size: 1024 | Author: 大庆 | Hits:

[Graph programHough

Description: 计算机视觉.图像处理程序.Hough变换检测直线-Computer Vision. Image processing procedures. Hough transform detection of a straight line
Platform: | Size: 10236928 | Author: 南航 | Hits:

[Special EffectsHoughTransform

Description: HOUGHTRANSFORM uses Hough transform for line detection. (very fast and easy solution).
Platform: | Size: 1024 | Author: ma | Hits:

[Special Effectshough

Description: 图像变换之opencv 用hough变换检测线段-Opencv image transform of line segment detection using hough transform
Platform: | Size: 82944 | Author: zhang | Hits:

[Special Effectsopencv

Description: 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测-In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
Platform: | Size: 1658880 | Author: pop | Hits:

[Special EffectsHOUGH

Description: 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
Platform: | Size: 82944 | Author: liweijun | Hits:

[matlabHough

Description: line detection using Hough transform
Platform: | Size: 226304 | Author: srikhan | Hits:

[Special Effectslena

Description: 基于hough变换的直线检测(—)。前面的可能是充数的(5个耶,不是所有程序我都有版权的,呵呵)。这个绝对有版权,我的课程设计,拿专业第一名的,站长认真看。看完这些废话可以帮我删了。 lena图,hough变换的前期处理工作,涉及到图像增强,锐化,滤波,二值化等技术,附有算法的详细说明,和使用的各种算子。-Hough transform based line detection (-). In front of the number may be necessary and sufficient (5 Allyes, not all programs are copyright of me, huh, huh). This absolutely has the copyright, my curriculum design, get a professional first, and look seriously station. Having read these nonsense can help me delete the. lena map, hough transform pre-processing involves image enhancement, sharpening, filtering, binarization techniques, with a detailed description of algorithms, and use a variety of operator.
Platform: | Size: 202752 | Author: 刘涛 | Hits:

[Special Effectshough

Description: hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
Platform: | Size: 15360 | Author: zhang | Hits:

[Graph programsegmentatioin

Description: Hough变换检测直线,阈值选取对图像灰度化处理,以及空间类聚法,松弛迭代算法-Hough transform detection of a straight line, threshold selection of image processing, as well as space-type polymerization, relaxation iterative algorithm
Platform: | Size: 131072 | Author: 王政博 | Hits:

[Graph RecognizeHoughTransform

Description: Hough Transform Line Detection in Robot Soccer
Platform: | Size: 558080 | Author: saeid777 | Hits:

[Software Engineeringhough

Description: houghline transform, it it uses canny edge detection and hough transform. It then places a red line over any detected straight lines.
Platform: | Size: 86016 | Author: markman86 | Hits:

[GDI-BitmapHough

Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use point and line duality, the original image space, the curve of a given expression through the curve into a parameter space of a point. This put the original image in the detection of a given curve is transformed into a parameter space to find problems in the peaks. That is to detect the overall characteristics of transformation for the detection of local features. For example a straight line, ellipse, circle, arc and so on.
Platform: | Size: 24576 | Author: 王超 | Hits:

[Special Effectshough--line

Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use the duality of points and lines, the original image space, the curve given expression through the curve of the parameter space into a point. This put the original image in the detection of a given curve is transformed into a peak in the parameter space to find the problem. That is the test for the detection of the overall features into local features. Such as lines, ellipses, circles, arcs, etc.
Platform: | Size: 148480 | Author: 丁海龙 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net